-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add synergia example diagnostics output #21
base: draft
Are you sure you want to change the base?
Conversation
@s-sajid-ali Thank you for the PR! I took a look at the file and albeit valid openPMD, it does not seem to contain particles. Can you double check? $ h5ls -r synergia-fodo-diag.h5
/ Group
/data Group
/data/0 Group
/data/1 Group
/data/10 Group
/data/11 Group
/data/12 Group
... $ openpmd-ls synergia-fodo-diag.h5
openPMD series: synergia-fodo-diag
openPMD standard: 1.1.0
openPMD extensions: 0
data author: unknown
data created: 2024-03-29 13:59:33 -0500
data backend: HDF5
generating machine: unknown
generating software: synergia3 (version: 2023.4.12-81c96e4d6)
generating software dependencies: unknown
number of iterations: 26 (groupBased)
all iterations: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
number of meshes: 0
number of particle species: 0 |
Yes it does not contain any particles, it is the output of custom diagnostics as defined here: This was one of the files that the updater failed on before openPMD/openPMD-updater#10. With the updates there it simply notes that data is not present and only updates the top level attributes. |
I can add file containing particles from the same run if that helps set the context for this file. |
I see. I would call this file something like Let's also add a valid Synergia file that is a bit more instructive/useful for people to play with (vis, analysis, tests)? |
a3be477
to
c8f2f00
Compare
Updated with more files from running the example. Let me know it looks good now. |
modified: README.md deleted: synergia-fodo-diag.h5 new file: synergia-fodo.tar.gz
c8f2f00
to
ae2db7a
Compare
No description provided.